Discuss this help topic in SecureBlackbox Forum

TElASN1ConstrainedTag.LoadFromBufferSingle

TElASN1ConstrainedTag     See also     


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


Declaration

[C#]
    int LoadFromBufferSingle(byte[] Buffer);
    int LoadFromBufferSingle(byte[] Buffer, int StartIndex, int Count);

[VB.NET]
    Function LoadFromBufferSingle(ByVal Buffer As Byte()) As Integer
    Function LoadFromBufferSingle(ByVal Buffer As Byte(), ByVal StartIndex As Integer, ByVal Count As Integer) As Integer

[Pascal]
    under development

[C++]
    int32_t LoadFromBufferSingle(void * Buffer, int32_t Size);

[PHP]
    integer LoadFromBufferSingle(TSBPointer|array of byte|string|NULL $Buffer, integer $Size)

[Java]
    int loadFromBufferSingle(byte[] Buffer);
    int loadFromBufferSingle(byte[] Buffer, int StartIndex, int Count);

Parameters

  • Buffer -
  • Size -
  • StartIndex -
  • Count -

Description

    This topic is under development.

See also:     ...    

Discuss this help topic in SecureBlackbox Forum