|
@@ 13674-13688 (lines=15) @@
|
| 13671 |
|
|
| 13672 |
|
class PublishResult(FrozenClass): |
| 13673 |
|
''' |
| 13674 |
|
:ivar SubscriptionId: |
| 13675 |
|
:vartype SubscriptionId: UInt32 |
| 13676 |
|
:ivar AvailableSequenceNumbers: |
| 13677 |
|
:vartype AvailableSequenceNumbers: UInt32 |
| 13678 |
|
:ivar MoreNotifications: |
| 13679 |
|
:vartype MoreNotifications: Boolean |
| 13680 |
|
:ivar NotificationMessage: |
| 13681 |
|
:vartype NotificationMessage: NotificationMessage |
| 13682 |
|
:ivar Results: |
| 13683 |
|
:vartype Results: StatusCode |
| 13684 |
|
:ivar DiagnosticInfos: |
| 13685 |
|
:vartype DiagnosticInfos: DiagnosticInfo |
| 13686 |
|
''' |
| 13687 |
|
|
| 13688 |
|
ua_types = { |
| 13689 |
|
'SubscriptionId': 'UInt32', |
| 13690 |
|
'AvailableSequenceNumbers': 'UInt32', |
| 13691 |
|
'MoreNotifications': 'Boolean', |
|
@@ 8439-8452 (lines=14) @@
|
| 8436 |
|
'Parameters:' + str(self.Parameters) + ')' |
| 8437 |
|
|
| 8438 |
|
__repr__ = __str__ |
| 8439 |
|
|
| 8440 |
|
|
| 8441 |
|
class QueryFirstResult(FrozenClass): |
| 8442 |
|
''' |
| 8443 |
|
:ivar QueryDataSets: |
| 8444 |
|
:vartype QueryDataSets: QueryDataSet |
| 8445 |
|
:ivar ContinuationPoint: |
| 8446 |
|
:vartype ContinuationPoint: ByteString |
| 8447 |
|
:ivar ParsingResults: |
| 8448 |
|
:vartype ParsingResults: ParsingResult |
| 8449 |
|
:ivar DiagnosticInfos: |
| 8450 |
|
:vartype DiagnosticInfos: DiagnosticInfo |
| 8451 |
|
:ivar FilterResult: |
| 8452 |
|
:vartype FilterResult: ContentFilterResult |
| 8453 |
|
''' |
| 8454 |
|
|
| 8455 |
|
ua_types = { |