Back to FlowSsh Documentation
[C/C++]
struct FlowSshC_Version { unsigned short m_major; unsigned short m_minor; };
[C#]
public sealed class Version { public ushort Major; public ushort Minor; }
Members
Remarks
Contains version information about the current FlowSshC/Cpp/Net library.
[C/Cpp] The version can be retrieved with FlowSshC_GetVersion. [Net] The version can be retrieved with [SshNet]GetVersion.