C# Class io.IoTag

Afficher le fichier Open project: devaspot/io Class Usage Examples

Méthodes publiques

Свойство Type Description
activateFunc IoTagActivateFunc
allocFromStreamFunc IoTagAllocFromStreamFunc
cloneFunc IoTagCloneFunc
compareFunc IoTagCompareFunc
name string
notificationFunc IoTagNotificationFunc
performFunc IoTagPerformFunc
readFromStreamFunc IoTagReadFromStreamFunc
state IoState
tagCleanupFunc IoTagCleanupFunc
writeToStreamFunc IoTagWriteToStreamFunc

Méthodes publiques

Méthode Description
newWithName ( string name ) : IoTag

Method Details

newWithName() public static méthode

public static newWithName ( string name ) : IoTag
name string
Résultat IoTag

Property Details

activateFunc public_oe property

public IoTagActivateFunc activateFunc
Résultat IoTagActivateFunc

allocFromStreamFunc public_oe property

public IoTagAllocFromStreamFunc allocFromStreamFunc
Résultat IoTagAllocFromStreamFunc

cloneFunc public_oe property

public IoTagCloneFunc cloneFunc
Résultat IoTagCloneFunc

compareFunc public_oe property

public IoTagCompareFunc compareFunc
Résultat IoTagCompareFunc

name public_oe property

public string name
Résultat string

notificationFunc public_oe property

public IoTagNotificationFunc notificationFunc
Résultat IoTagNotificationFunc

performFunc public_oe property

public IoTagPerformFunc performFunc
Résultat IoTagPerformFunc

readFromStreamFunc public_oe property

public IoTagReadFromStreamFunc readFromStreamFunc
Résultat IoTagReadFromStreamFunc

state public_oe property

public IoState,io state
Résultat IoState

tagCleanupFunc public_oe property

public IoTagCleanupFunc tagCleanupFunc
Résultat IoTagCleanupFunc

writeToStreamFunc public_oe property

public IoTagWriteToStreamFunc writeToStreamFunc
Résultat IoTagWriteToStreamFunc