Data
-
Get mac address from data
-
-
Data presentation in hex format
-
Creates an Data instace based on a hex string (example: “ffff” would be
). -
-
-
-
Gets one byte from the given index.
-
Gets an unsigned int (32 bits => 4 bytes) from the given index.
-
Gets an unsigned integer (16 bits => 2 bytes) from the given index.
-
Gets an unsigned long integer (32 bits => 4 bytes) from the given index.
-
Gets an unsigned long integer (64 bits => 8 bytes) from the given index.
-
Appends the given byte (8 bits) into the receiver Data.
-
Appends the given unsigned integer (32 bits; 4 bytes) into the receiver Data.
-
Appends the given unsigned long (64 bits; 8 bytes) into the receiver Data.
-
-
-