public class sftp_status_message_struct extends com.ochafik.lang.jnaerator.runtime.Structure<sftp_status_message_struct,sftp_status_message_struct.ByValue,sftp_status_message_struct.ByReference>
| Modifier and Type | Class and Description |
|---|---|
static class |
sftp_status_message_struct.ByReference |
static class |
sftp_status_message_struct.ByValue |
| Modifier and Type | Field and Description |
|---|---|
SshLibrary.ssh_string |
error |
com.sun.jna.Pointer |
errormsg |
int |
id |
SshLibrary.ssh_string |
lang |
com.sun.jna.Pointer |
langmsg |
int |
status |
| Constructor and Description |
|---|
sftp_status_message_struct() |
sftp_status_message_struct(int id,
int status,
SshLibrary.ssh_string error,
SshLibrary.ssh_string lang,
com.sun.jna.Pointer errormsg,
com.sun.jna.Pointer langmsg) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initFieldOrder() |
static sftp_status_message_struct[] |
newArray(int arrayLength) |
protected sftp_status_message_struct.ByReference |
newByReference() |
protected sftp_status_message_struct.ByValue |
newByValue() |
protected sftp_status_message_struct |
newInstance() |
byReference, byValue, castToArray, castToArray, castToArray, castToReferenceArray, castToReferenceArray, castToValueArray, castToValueArray, clone, compareTo, getBitsAnnotation, newArray, read, readDependency, setDependency, setupClone, setupClone, toArray, toArray, toArray, toReferenceArray, toReferenceArray, toValueArray, toValueArray, use, use, use, use, writeallocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toString, toString, useMemory, useMemory, writeField, writeField, writeFieldpublic int id
public int status
public SshLibrary.ssh_string error
public SshLibrary.ssh_string lang
public com.sun.jna.Pointer errormsg
public com.sun.jna.Pointer langmsg
public sftp_status_message_struct()
public sftp_status_message_struct(int id,
int status,
SshLibrary.ssh_string error,
SshLibrary.ssh_string lang,
com.sun.jna.Pointer errormsg,
com.sun.jna.Pointer langmsg)
error - C type : ssh_stringlang - C type : ssh_stringerrormsg - C type : char*langmsg - C type : char*protected void initFieldOrder()
protected sftp_status_message_struct.ByReference newByReference()
newByReference in class com.ochafik.lang.jnaerator.runtime.Structure<sftp_status_message_struct,sftp_status_message_struct.ByValue,sftp_status_message_struct.ByReference>protected sftp_status_message_struct.ByValue newByValue()
newByValue in class com.ochafik.lang.jnaerator.runtime.Structure<sftp_status_message_struct,sftp_status_message_struct.ByValue,sftp_status_message_struct.ByReference>protected sftp_status_message_struct newInstance()
newInstance in class com.ochafik.lang.jnaerator.runtime.Structure<sftp_status_message_struct,sftp_status_message_struct.ByValue,sftp_status_message_struct.ByReference>public static sftp_status_message_struct[] newArray(int arrayLength)
Copyright © 2018. All rights reserved.