InternalDtmfSignalDecode Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic 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:
InternalDtmfSignal
See Also