mobileFX WebSocketX
WebSocketX ActiveX DLL / WebSocket Object / SendBytes Method

A VARIANT of type SafeArray of Bytes. This is (VT_ARRAY | VT_UI1).

In This Topic
    SendBytes Method
    In This Topic
    Description

    Transmit a VARIANT of type SafeArray of Bytes to the WebSocket server. 

    Syntax
    Visual Basic
    Public Sub SendBytes( _
       ByVal Bytes As Variant _
    ) 
    Parameters
    Bytes

    A VARIANT of type SafeArray of Bytes. This is (VT_ARRAY | VT_UI1).

    Remarks

    Transmit a VARIANT of type SafeArray of Bytes to the WebSocket server.

    See Also