Uses of Class
org.openscada.opc.dcom.common.FILETIME
Packages that use FILETIME
-
Uses of FILETIME in org.openscada.opc.dcom.common
Methods in org.openscada.opc.dcom.common that return FILETIMEModifier and TypeMethodDescriptionstatic FILETIMEFILETIME.fromStruct(org.jinterop.dcom.core.JIStruct struct) Constructors in org.openscada.opc.dcom.common with parameters of type FILETIME -
Uses of FILETIME in org.openscada.opc.dcom.da
Methods in org.openscada.opc.dcom.da that return FILETIMEModifier and TypeMethodDescriptionOPCSERVERSTATUS.getCurrentTime()OPCSERVERSTATUS.getLastUpdateTime()OPCSERVERSTATUS.getStartTime()OPCITEMSTATE.getTimestamp()Methods in org.openscada.opc.dcom.da with parameters of type FILETIMEModifier and TypeMethodDescriptionvoidOPCSERVERSTATUS.setCurrentTime(FILETIME currentTime) voidOPCSERVERSTATUS.setLastUpdateTime(FILETIME lastUpdateTime) voidOPCSERVERSTATUS.setStartTime(FILETIME startTime) voidOPCITEMSTATE.setTimestamp(FILETIME timestamp)