From da303a309a15cf0aa890c638445c1649201dd678 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Sat, 27 Jun 2015 23:42:38 +0200 Subject: Add OID, context number --- ROSE/rose.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ROSE') diff --git a/ROSE/rose.go b/ROSE/rose.go index 78ee585..1296e62 100644 --- a/ROSE/rose.go +++ b/ROSE/rose.go @@ -1,11 +1,15 @@ package rose +// 2.4.6.0 + +// Context-specific Constructed 1 type Invoke struct { InvokeId int Opcode int Argument interface{} } +// Context-specific Constructed 2 type ReturnResult struct { InvokeId int Result struct { -- cgit v1.2.3