public interface FileType extends BaseObjectType
UaNode.Parameters| Modifier and Type | Field and Description |
|---|---|
static String |
CLOSE |
static String |
GET_POSITION |
static String |
LAST_MODIFIED_TIME |
static String |
MAX_BYTE_STRING_LENGTH |
static String |
MIME_TYPE |
static String |
OPEN |
static String |
OPEN_COUNT |
static String |
READ |
static String |
SET_POSITION |
static String |
SIZE |
static String |
USER_WRITABLE |
static String |
WRITABLE |
static String |
WRITE |
getQualifiedNamecallMethod, getEventNotifier, getIcon, setEventNotifier, setIcongetTypeDefinition, getTypeDefinitionId, setTypeDefinition, setTypeDefinitionId, setTypeDefinitionIdaddComponent, addOrganizes, addProperty, addReference, addReference, addReference, addReference, addReference, addReference, deleteReference, deleteReference, deleteReference, deleteReference, getAddressSpace, getAttributes, getAttributesMap, getBrowseName, getBrowsePaths, getComponent, getComponents, getDescription, getDisplayName, getForwardReferences, getInverseReferences, getMethod, getNodeClass, getNodeId, getNodeVersionNode, getOrganizedNode, getOrganizedNodes, getProperties, getProperty, getReference, getReferences, getReferences, getSupportedAttributes, getUaBrowsePaths, getUaNodeId, getUserData, getUserWriteMask, getWriteMask, hasUserWriteAccess, hasWriteAccess, readAttribute, readAttribute, removeComponent, removeProperty, setAttribute, setAttributes, setBrowseName, setDescription, setDisplayName, setReferences, setUserData, setUserWriteMask, setWriteMask, supportsAttribute, writeAttributestatic final String LAST_MODIFIED_TIME
static final String MAX_BYTE_STRING_LENGTH
static final String SIZE
static final String WRITABLE
static final String OPEN_COUNT
static final String USER_WRITABLE
static final String MIME_TYPE
static final String OPEN
static final String SET_POSITION
static final String WRITE
static final String GET_POSITION
static final String CLOSE
static final String READ
UaProperty getLastModifiedTimeNode()
DateTime getLastModifiedTime()
void setLastModifiedTime(DateTime value) throws StatusException
StatusExceptionUaProperty getMaxByteStringLengthNode()
UnsignedInteger getMaxByteStringLength()
void setMaxByteStringLength(UnsignedInteger value) throws StatusException
StatusExceptionUaProperty getSizeNode()
UnsignedLong getSize()
void setSize(UnsignedLong value) throws StatusException
StatusExceptionUaProperty getWritableNode()
Boolean isWritable()
void setWritable(Boolean value) throws StatusException
StatusExceptionUaProperty getOpenCountNode()
UnsignedShort getOpenCount()
void setOpenCount(UnsignedShort value) throws StatusException
StatusExceptionUaProperty getUserWritableNode()
Boolean isUserWritable()
void setUserWritable(Boolean value) throws StatusException
StatusExceptionUaProperty getMimeTypeNode()
String getMimeType()
void setMimeType(String value) throws StatusException
StatusExceptionUaMethod getOpenNode()
UnsignedInteger open(UnsignedByte f_mode) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getSetPositionNode()
void setPosition(UnsignedInteger f_fileHandle, UnsignedLong f_position) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getWriteNode()
void write(UnsignedInteger f_fileHandle, ByteString f_data) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getGetPositionNode()
UnsignedLong getPosition(UnsignedInteger f_fileHandle) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getCloseNode()
void close(UnsignedInteger f_fileHandle) throws StatusException, ServiceException
StatusExceptionServiceExceptionUaMethod getReadNode()
ByteString read(UnsignedInteger f_fileHandle, Integer f_length) throws StatusException, ServiceException
StatusExceptionServiceExceptionCopyright © 2026. All rights reserved.