Discuss this help topic in SecureBlackbox Forum

TElSSHUser.SetData

TElSSHUser     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Declaration

[C#]
    void SetData(byte[] Value, int Size);

[VB.NET]
    Sub SetData(ByVal Value As Byte(), ByVal Size As Integer)

[Pascal]
    under development

[C++]
    void SetData(const std::vector<uint8_t> &Value, int32_t Size);

[PHP]
    void SetData(array of byte|string|NULL $Value, integer $Size)

[Java]
    void setData(byte[] Value, int Size);

Parameters

  • Size -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum