@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
14 lines (13 loc) • 610 B
text/typescript
// ----- this file has been automatically generated - do not edit
/**
* | | |
* |-----------|------------------------------------------------------------|
* | namespace |http://opcfoundation.org/UA/ |
* | nodeClass |DataType |
* | name |SecurityTokenRequestType |
* | isAbstract|false |
*/
export enum EnumSecurityTokenRequest {
Issue = 0,
Renew = 1,
}