InternalDtmfSignalDecode Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static InternalDtmfSignal Decode(
byte[] payload
)
Public Shared Function Decode (
payload As Byte()
) As InternalDtmfSignal
public:
static InternalDtmfSignal^ Decode(
array<unsigned char>^ payload
)
static member Decode :
payload : byte[] -> InternalDtmfSignal
Parameters
- payload
- Type: SystemByte
Return Value
Type:
InternalDtmfSignalSee Also