Class DeviceEngagement.DeviceRetrievalMethod.BLE
-
- All Implemented Interfaces:
-
com.scytales.mvalid.sdk.engagement.DeviceEngagement.RetrievalMethod
public final class DeviceEngagement.DeviceRetrievalMethod.BLE extends DeviceEngagement.DeviceRetrievalMethod implements DeviceEngagement.RetrievalMethod
The type Ble.
-
-
Field Summary
Fields Modifier and Type Field Description public final UUIDperipheralServerUUIDpublic final UUIDclientCentralUUIDpublic final Array<byte>peripheralDeviceAddress
-
Method Summary
Modifier and Type Method Description UUIDgetPeripheralServerUUID()Gets peripheral server uuid. UUIDgetClientCentralUUID()Gets client central uuid. Array<byte>getPeripheralDeviceAddress()Get peripheral device address byte [ ]. BooleanisPeripheralServerMode()Is peripheral server mode boolean. BooleanisClientCentralMode()Is client central mode boolean. StringtoString()-
-
Method Detail
-
getPeripheralServerUUID
@Nullable() UUID getPeripheralServerUUID()
Gets peripheral server uuid.
-
getClientCentralUUID
@Nullable() UUID getClientCentralUUID()
Gets client central uuid.
-
getPeripheralDeviceAddress
@Nullable() Array<byte> getPeripheralDeviceAddress()
Get peripheral device address byte [ ].
-
isPeripheralServerMode
@Nullable() Boolean isPeripheralServerMode()
Is peripheral server mode boolean.
-
isClientCentralMode
@Nullable() Boolean isClientCentralMode()
Is client central mode boolean.
-
-
-
-