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 UUID
peripheralServerUUID
public final UUID
clientCentralUUID
public final Array<byte>
peripheralDeviceAddress
-
Method Summary
Modifier and Type Method Description UUID
getPeripheralServerUUID()
Gets peripheral server uuid. UUID
getClientCentralUUID()
Gets client central uuid. Array<byte>
getPeripheralDeviceAddress()
Get peripheral device address byte [ ]. Boolean
isPeripheralServerMode()
Is peripheral server mode boolean. Boolean
isClientCentralMode()
Is client central mode boolean. String
toString()
-
-
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.
-
-
-
-