| DiaGlobWrapperSendDigits Method (Channel, String, Int32) |
diaGlobWrapper Help
Namespace: InkostarAssembly: DiaGlobWrapper (in DiaGlobWrapper.dll) Version: 0.0.0.0
Syntaxpublic void SendDigits(
Channel CurrentChannel,
string Digits,
int DigitsDurationMs
)
Public Sub SendDigits (
CurrentChannel As Channel,
Digits As String,
DigitsDurationMs As Integer
)
public:
virtual void SendDigits(
Channel^ CurrentChannel,
String^ Digits,
int DigitsDurationMs
) sealed
abstract SendDigits :
CurrentChannel : Channel *
Digits : string *
DigitsDurationMs : int -> unit
override SendDigits :
CurrentChannel : Channel *
Digits : string *
DigitsDurationMs : int -> unit Parameters
- CurrentChannel
- Type: InkostarChannel
- Digits
- Type: SystemString
- DigitsDurationMs
- Type: SystemInt32
See Also