enum ObjectIdPolicy
Swift
enum ObjectIdPolicy
Object ID policy for POA
nprpc_swift/Sources/NPRPC/Poa.swift:68
Cases
case systemGenerated
POA generates object IDs automatically
nprpc_swift/Sources/NPRPC/Poa.swift:70
case userSupplied
User supplies object IDs explicitly
nprpc_swift/Sources/NPRPC/Poa.swift:73