Class ContactIdentifier
- java.lang.Object
-
- io.heraldprox.herald.sensor.datatype.Data
-
- io.heraldprox.herald.sensor.payload.simple.ContactIdentifier
-
public class ContactIdentifier extends Data
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.heraldprox.herald.sensor.datatype.Data
Data.DecodedString, Data.StringLengthEncodingOption
-
-
Constructor Summary
Constructors Constructor Description ContactIdentifier(byte repeating, int count)
ContactIdentifier(Data value)
-
Method Summary
-
Methods inherited from class io.heraldprox.herald.sensor.datatype.Data
append, append, append, append, append, append, append, append, append, append, append, append, append, base64EncodedString, description, equals, float16, fromHexEncodedString, hashCode, hexEncodedString, int16, int32, int64, int8, string, string, subdata, subdata, toString, uint16, uint32, uint64, uint8, uintBig
-
-
-
-
Constructor Detail
-
ContactIdentifier
public ContactIdentifier(@NonNull Data value)
-
ContactIdentifier
public ContactIdentifier(byte repeating, int count)
-
-